xen/arm: Remove request_irq
authorJulien Grall <julien.grall@linaro.org>
Tue, 7 May 2013 23:18:29 +0000 (00:18 +0100)
committerIan Campbell <ian.campbell@citrix.com>
Mon, 13 May 2013 11:00:00 +0000 (12:00 +0100)
commitcc53cadedd7df047745175134ea228aae39c0ffe
tree80dbdeba2aeaecdf3d4e243a2a003279159aee4d
parentaf99b3476642b67918c959c68f879201582de001
xen/arm: Remove request_irq

All calls to this function in ARM code have been removed. This function SHOULD
not be used. If someone calls this function, a linking error will occur.

Signed-off-by: Julien Grall <julien.grall@linaro.org>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
xen/arch/arm/irq.c